home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 May / PCWMAY06.iso / Software / Freeware / First Page 2006 3.00 / fp2006-final-3.00-setup.exe / {app} / Iscripts / Form & Validation / select-all2.izs < prev    next >
Text File  |  2005-08-29  |  678b  |  28 lines

  1. <!NOWIZARD>
  2.  
  3. <!TITLE>"Select-all" form element script II
  4. <!/TITLE>
  5.  
  6. <!DESCRIPTION>Version two of the Select-All form element script, this one highlights the content of the specified form element as soon as the mouse sets focus on it.
  7. <!/DESCRIPTION> 
  8.  
  9. <!CATEGORY>form and form validation<!/CATEGORY>
  10.  
  11. <!SCRIPT>
  12. <!-- START OF SCRIPT -->
  13. <form>
  14. <textarea cols=15 rows=15 onFocus="this.select()">This is a test</textarea>
  15. </form>
  16. <!-- END OF SCRIPT -->
  17. <!/SCRIPT>
  18.  
  19. <!PREVIEW>
  20. <!-- START OF SCRIPT -->
  21.  
  22. <form>
  23. <textarea cols=15 rows=15 onFocus="this.select()">This is a test</textarea>
  24. </form>
  25. <!-- END OF SCRIPT -->
  26. <!/PREVIEW>
  27.  
  28. <!RELATED>NONE<!/RELATED>